Updated for 2.6.1 by: The Tech Support Team, Pictorius Incorporated
Contents: Slider Classes.pgs
Slider Classes ReadMe
Slider Example.pgs
Needs Prograph Extensions:
The default configuration of your 'Prograph Extensions' folder.
Needs Libraries to Compile:
SCLibrary 2.6
Library 2.6
New Classes
HSLider - Horizontal Slider
VSLider - Vertical Slider
Description
-----------
Sliders work like scroll bars without the little arrows at either end. What a slider looks like depends on you.
How to Use in Your Program
-------------------------
To add sliders to an existing application: selectively load the classes “VSlider” and “HSlider” from "Slider Classes.pgs" into your source file, then make “HSlider” a subclass of “Click Item”.
You add sliders to your window with the Window Editor just as you would any other type of Window Item.
If you want to make your slider look different, create a subclass of one of the slider classes and override the “Draw Indicator” and “Draw Line” methods.